home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi7 / 05292.dos < prev    next >
Text File  |  1996-07-10  |  871b  |  32 lines

  1. SUBJECT  : Batch File Using Nul Operator
  2. DATE  : 5/24/90
  3. FYI #  : 052490cw
  4. OS VERSION  : All
  5. REVISION  : All
  6. SHELL VERSION  : 2.15C
  7.  
  8. PROBLEM  : The following batch file example will not execute more than five 
  9. or six times before getting "File creation error." using DOS 3.3.  The batch
  10. file name is TEST.BAT 
  11.  
  12. @echo off
  13. set > nul
  14. dir > nul
  15. ver > nul
  16. TEST
  17.  
  18. Apparently the shell doesn't handle the nul operator correctly.  It will 
  19. execute once or twice in a row but if you run the batch file recursively 
  20. it gets the error mentioned above.
  21.  
  22. SOLUTION  : Use the v3.01 shell.  This shell runs the batch file and 
  23. correctly handles the nul operator without getting an error.
  24.  
  25. YOUR NAME AND DEPT.  : Chance Williams - ATS
  26.  
  27. (Check one)
  28.  
  29. (XX)    This information has been verified.
  30.  
  31. (  )    This is useful information, but has not been verified.
  32.